home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / xulrunner / python / xml / parsers / expat.py < prev   
Encoding:
Python Source  |  2006-08-03  |  118 b   |  5 lines

  1. """Interface to the Expat non-validating XML parser."""
  2. __version__ = '$Revision: 17640 $'
  3.  
  4. from pyexpat import *
  5.